@charset "utf-8";
/* CSS Document */

/**common**/
* { scrollbar-width: 0; margin: 0; padding: 0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
body { color: #333; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p { margin: 0; padding: 0; font: 14px/1.5 Microsoft Yahei, Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif; }
table, td, tr, th { border-collapse: collapse; border-spacing: 0; font-size: 14px; }
ol, ul { list-style: none; }
li { list-style-type: none; }
img { vertical-align: middle; border: 0; }
address, cite, code, em, th, i { font-weight: normal; font-style: normal; }
.clear { clear: both; *zoom:1;
}
.clear:after { display: block; overflow: hidden; clear: both; height: 0; visibility: hidden; content: "."; }
a { text-decoration: none; color: #333; cursor: pointer; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
.fl { float: left; }
.fr { float: right; }
@font-face { font-family: "impact"; src: url('../fonts/impact.ttf'); }
/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:0;
}
::-webkit-scrollbar-track {
background-color:#e6e6e6;
border-radius:0px;
}
::-webkit-scrollbar-thumb {
background-color:#19a14f;
border-radius:4px;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color:#19a14f;
border-radius:4px;
}
/* 按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }
textarea { -webkit-appearance: none; }
input { border-radius: 0; }
.w1400 {width: 1400px;margin: 0 auto;}
@media screen and (max-width:1499px) {
.w1400 { width: 94%; }
}


/*top*/
header{ width:100%; border-top:10px solid #19a14f; background:#fff;}
header .top1{height:42px; position:relative; }
header .top1:after{ content:""; display:block; width:50%; height:42px;background:#19a14f; position:absolute; right:0; top:0;}
header .top0{width: 71%;float:right;background:#19a14f;padding: 0 0 0 55px;position: relative;z-index: 2;border-radius: 0 0 0 50px;}
header .top1 .left{float:left;color:#fff;font-size:16px;height:42px;padding: 5px 0 0;}
header .top1 .right{float:right;height:100%;padding: 5px 0 0;color:#fff;}
header .top1 .right img{ display:inline-block; margin:-2px 10px 0 0;vertical-align:middle;}
header .top1 .right span{ font-size:16px; color:#fff;}
@media screen and (max-width:1080px){
	header .top1{ display:none;}
}
.ly_top {width: 100%;background: #fff;height: 98px;position: relative;z-index: 99;}
.ly_top .lytop_main { height: 100%; position: relative;}
.ly_top .lytop_main .toplogo {width: 430px;height:100%;float: left;overflow: hidden;margin-top: -17px;}
.ly_top .lytop_main .toplogo a { display: block; width: 100%; height: 100%; position:relative; }
.ly_top .lytop_main .toplogo a img { max-width: 100%; max-height:100%; position:absolute; top:50%; transform:translateY(-50%); }
.ly_top .lytop_main .top_right { width: 68%; float: right; height: 100%; }
.ly_top .lytop_main .top_right .nav { width: calc(100% - 80px); float: left; height: 100%; transition: all 0.4s; }
.ly_top .lytop_main .top_right#showopen .nav { transform: scale3d(0, 0, 0); width: 0; }
.ly_top .lytop_main .top_right .nav li {width:14.285%;height: 100%;float: left;text-align: center;position: relative;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding-top: 33px;}
.ly_top .lytop_main .top_right .nav li> a { height: 100%; line-height: 30px; font-size: 18px; text-align: center; transition: .4s ease; display: inline-block; position: relative; color: #333; }
.ly_top .lytop_main .top_right .nav li a::before, .ly_top .lytop_main .top_right .nav li.navon a::before { content: ""; display: block; position: absolute; bottom: 0; height: 3px; width: 3px; left: 50%; transform: translateX(-50%); opacity: 0; background-color: #19a14f; -webkit-transition: all .4s; -o-transition: all .4s; -ms-transition: all .4s; transition: all .4s; }
.ly_top .lytop_main .top_right .nav li:hover a::before, .ly_top .lytop_main .top_right .nav li.navon a::before { width: 100%; opacity: 1; -webkit-transition: all .4s; -o-transition: all .4s; -ms-transition: all .4s; transition: all .4s; }
.ly_top .lytop_main .top_right .nav li:hover a, .ly_top .lytop_main .top_right .nav li.navon a { font-weight:bold;}
.ly_top .lytop_main .top_right .nav li:hover a::after,.ly_top .lytop_main .top_right .nav li.navon a::after { content: ""; display: block; width: 9px; height: 6px; background: url(../images/topjt.png) center no-repeat; -webkit-transition: all .4s; -o-transition: all .4s; -ms-transition: all .4s; transition: all .4s; position: absolute; bottom:0; left:50%; transform:translateX(-50%);}
/*下拉*/
.nav_item_open { width: 140%; height: auto; position: absolute; left: -20%; top: 100%; z-index: 10; background-color: #fff; box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1); border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; }
.ny_top .nav_item_open { background-color: #fff; }
.ly_top .lytop_main .top_right .nav li:hover:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
.ly_top .lytop_main .top_right .nav li .subopen { display: none; }
.ly_top .lytop_main .top_right .nav li .nav_item2 { width: 100%; }
.ly_top .lytop_main .top_right .nav li .nav_item2 a { display: block; width: 100%; height: 60px; overflow: hidden; line-height: 60px; padding: 0 10px; color: #666; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

.ly_top .lytop_main .top_right .nav li .nav_item2 a { color: #565656; }
.ly_top .lytop_main .top_right .nav li .nav_item2:hover a { background-color: #2e71b4; color: #fff; }
/*PC搜索*/
.ly_top .lytop_main .top_search { float: right; position: relative; transition: all 0.5s; height: 100%; width: 48px;}
.ly_top .lytop_main .nav-hide .top_search { margin-top: 19px; }
.ly_top .lytop_main .top_search em { background:rgba(25,161,79,0.1);cursor: pointer; display: block; height: 48px; width:48px; margin-top: 25px; overflow: hidden; transition: all 0.3s; padding:4px; border-radius:50px;}
.ly_top .lytop_main .top_search em i{ display:block; width:40px; height:40px; background:#19a14f url(../images/ss.png) no-repeat center center;border-radius:50px;}
.ly_top .lytop_main #showopen .top_search { background: none; }
.ly_top .lytop_main #showopen .top_search em { opacity: 0; filter: Alpha(opacity=0); margin-top: 0; }
.ly_top .lytop_main .top_search .search_con2 { position: absolute; right: 0px; height: 50px; z-index: 100; transform: scale3d(0, 0, 0); transform-origin: right center; transition: all 0.5s; opacity: 0; filter: Alpha(opacity=0); width: 500px; background: #fff; top: 25px; }
.ly_top .lytop_main #showopen .top_search .search_con2 { opacity: 1.0; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); }
.top_search .search_con2 .search-input { width: 380px; float: left; height: 48px; line-height: 48px; overflow: hidden; background:rgba(25,161,79,0.1); border-radius: 50px; font-size: 16px; padding-left: 25px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; position:relative;}
.top_search .search_con2 .input1 { height: 48px; line-height: 48px; background: none; border: 0; width: calc(100% - 57px); width: -webkit-calc(100% - 57px); width: -moz-calc(100% - 57px); float: left; outline: none; font-size: 15px; color: #666; }
.top_search .search_con2 .bnts { float: right; width:48px; height: 48px;  background:rgba(25,161,79,0.1); cursor: pointer; border: none; position:relative;border-radius: 50px; z-index:2; }
.top_search .search_con2 .search-input i{ display:block; width:40px; height:40px; background:#19a14f url(../images/ss.png) no-repeat center center;border-radius:50px; position:absolute; right:4px; top:4px;}
.top_search .search_con2 .moblie-search-close { position: absolute; top: 15px; right: 15px; width: 20px; height: 20px; background: url(../images/scguan.png) center center no-repeat; }
.nav-hide .top_search .search_con2 .moblie-search-close { background-image: url(../images/scguan.png); }
 @media screen and (max-width:1650px) {
.ly_top .lytop_main .top_right .nav li> i { margin-right: 0; }
header{ border-top:9px solid #19a14f;}
.ly_top .lytop_main .toplogo { width: 30%;}
header .top1,header .top1:after{ height:40px;}
header .top1 .left{ height:40px; font-size:15px;}
header .top1 .right span{ font-size:15px;}
.ly_top{ height:96px;}
.ly_top .lytop_main .top_right .nav li{ padding-top:32px;}
.ly_top .lytop_main .top_search em{ margin-top:22px;}
}
@media (min-width: 1023px) and (max-width: 1550px) {
.ly_top .lytop_main .top_right .nav { width: calc(100% - 70px); }
}
@media screen and (max-width:1399px) {
header{ border-top:7px solid #19a14f;}
.ly_top .lytop_main .top_right .nav li> a { font-size: 16px; }
.ly_top .lytop_main .toplogo { width: 29%;}
header .top1,header .top1:after{ height:38px;}
header .top1 .left{ height:38px; font-size:14px;}
header .top1 .right span{ font-size:14px;}
.ly_top{ height:93px;}
}
@media screen and (max-width:1200px) {
	.ly_top .lytop_main .toplogo { width: 27%;}
    .ly_top .lytop_main .top_right { width:73%; }
    .ly_top .lytop_main .top_right .nav li a::after { display: none !important; }
	header .top1,header .top1:after{ height:36px;}
	header .top1 .left{ height:36px; font-size:14px;}
	header .top1 .right span{ font-size:14px;}
	.ly_top{ height:90px;}
	.ly_top .lytop_main .top_right .nav li{ padding-top:30px;}
	.ly_top .lytop_main .top_search em{ margin-top:20px;}
}
@media screen and (max-width:1080px) {
header{ border-top:5px solid #19a14f;}
header .top2 {width: 100%; z-index: 999999; background: #fff; top: 0; }
.ly_top { height: 75px; position: relative; }
.ly_top .lytop_main.w1400{ width:100%;}
.ly_top .lytop_main .toplogo { width:80%; margin-left:3%; margin-top:0;}
.ly_top .lytop_main .top_right { width: 100%; position: fixed;top: 75px; z-index: 9999999; background: #fff; height: 100vh; border-top: 1px solid #ddd; left: 100%; transition: all .5s ease; overflow: scroll; }
.ly_top .lytop_main .top_right.open { left: 0; }
.ly_top .lytop_main .top_right .nav { width: 100%; height: auto; float: none; }
.ly_top .lytop_main .top_right .nav li { width: 90%; margin: 0 auto; float: none; background: #fff; border-bottom: 1px dashed #ddd; padding:20px 0 0; }
.ly_top .lytop_main .top_right .nav li::before, .ly_top .lytop_main .top_right .nav li.navon a::before { height: 0; }
.ly_top .lytop_main .top_right .nav li .hide> a { font-size: 18px;}
.ly_top .lytop_main .top_right .nav li> i { display: block; }
.ly_top .lytop_main .top_right .nav li> a{ padding-bottom:20px;}
/*下拉*/
.nav_item_open { position: static; width: 100%; visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); box-shadow: none; display: none; transition: none; }
.ly_top .lytop_main .top_right .nav li .nav_item2 { background-color: #f7f7f7; margin-bottom: 1px; }
.ly_top .lytop_main .top_search { width: 100%;float: none; margin-left: 0; background:none; }
.ly_top .lytop_main .top_search em { display: none; }
.ly_top .lytop_main .top_search .search_con2 { opacity: 1; transform: none; position: static; width: 80%; margin: 20px auto 30px; }
.top_search .search_con2 .search-input { width: 100%; }
.top_search .search_con2 .moblie-search-close { display: none; }
.ly_top .nav_menu { position: absolute; right: 3%; margin-top: 22px; height: 25px; transition: all .5s ease; }
.ly_top .nav_menu span { display: block; width: 26px; height: 2px; background: #666; margin-top: 7px; }
.ly_top .nav_menu:before, .ly_top .nav_menu:after { content: ""; display: block; width: 26px; height: 2px; background: #666; }
.ly_top .nav_menu:after { margin-top: 7px; }
.ly_top .nav_menu.open span { background: transparent; transform: translate(-50%, -50%) rotate(180deg); }
.ly_top .nav_menu.open:before { margin-top: 10px; transform: rotate(45deg); width: 23px; }
.ly_top .nav_menu.open::after { margin-top: -11px; transform: rotate(-45deg); width: 23px; }
}
@media screen and (max-width:767px) {
	header .top2 { position: fixed;}
    .ly_top { height: 62px;}
    .ly_top .lytop_main .top_right { top:62px;}

}

/*导航栏 结束*/

/*首页-友情链接 开始*/
.ly_Links { width:100%; overflow:hidden; margin:0 auto;}
.ly_Links .lyLinks_main { width:100%; min-height:95px; overflow:hidden; margin:0 auto; padding:0 0 0 180px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyLinks_main .Lk_tit { height:95px; overflow:hidden; line-height:95px; color:#474848; font-size:16px; margin:0; padding:0 0 0 32px; background:url(../images/Link_ico.png) left center no-repeat; position:absolute; left:0; top:0;}
.lyLinks_main .Lk_list { width:100%; overflow:hidden; line-height:30px; color:#999; font-size:16px;margin: 5px 0; padding:27px 0 10px;}
.lyLinks_main .Lk_list a { display:inline-block; height:30px; line-height:30px; color:#999; font-size:16px; margin:0 1% 0 0; padding:0;s}
.lyLinks_main .Lk_list a:hover { color:#19a14f;}
@media (max-width:1680px) {
.ly_Links .lyLinks_main {padding:30px 0 0 175px; min-height:inherit; height:90px;}
.lyLinks_main .Lk_tit {height:90px; line-height:90px;}
.lyLinks_main .Lk_list{margin-top:0; padding:0 0 10px;}
}

@media (max-width:1600px) {

}

@media (max-width:1560px) {
.ly_Links .lyLinks_main {padding:27px 0 0 170px; min-height:inherit; height:85px;}
.lyLinks_main .Lk_tit {font-size:15px; height:85px; line-height:85px; background-size:20px 20px; padding:0 0 0 30px;}
.lyLinks_main .Lk_list a{ font-size:15px;}
}

@media (max-width:1440px) {

}

@media (max-width:1366px) {
.ly_Links .lyLinks_main {padding:25px 0 0 160px; min-height:inherit; height:80px;}
.lyLinks_main .Lk_tit {font-size:15px; height:80px; line-height:80px;padding:0 0 0 28px;}
.lyLinks_main .Lk_list a{ font-size:14px;}
}

@media (max-width:1280px) {

}

@media (max-width:1200px) {
.ly_Links .lyLinks_main {padding:22px 0 0 160px; height:75px;}
.lyLinks_main .Lk_tit {font-size:15px; height:75px; line-height:75px; background-size:18px 18px;padding:0 0 0 25px;}
}

@media (max-width:1080px) {

}

@media (max-width:1024px) {
.ly_Links .lyLinks_main {padding:20px 0 0 160px; height:70px;}
.lyLinks_main .Lk_tit {font-size:15px; height:70px; line-height:70px; }
}

@media (max-width:920px) {

}

@media (max-width:820px) {
.ly_Links .lyLinks_main {padding:17px 0 0 150px;height:65px;}
.lyLinks_main .Lk_tit {font-size:14px; height:65px; line-height:65px; background-size:16px 16px;}
.lyLinks_main .Lk_list{padding: 0 0 10px; margin-top:0;}
.lyLinks_main .Lk_list a{ font-size:13px;}
}
@media (max-width: 767px) {
.ly_Links .lyLinks_main {padding:15px 0 0 140px; height:55px;}
.lyLinks_main .Lk_tit {font-size:14px; height:61px; line-height:61px; background-size:16px 16px; padding:0 0 0 20px;}
.lyLinks_main .Lk_list a{ font-size:13px;}
}
/*首页-友情链接 结束*/

/*底部 开始*/
.lyFoot{ width:100%; overflow:hidden; background:url(../images/Foot_Bg.png) no-repeat; background-size:cover;}
.lyFoot .lyFoot_Main{ padding:70px 0;}
.lyFoot .lyFoot_ewm{ width:26%; float:left;}
.lyFoot .lyFoot_tit{ font-size:20px; color:#fff; margin-bottom:40px;}
.lyFoot .lyFoot_tit i{ display:inline-block; width:25px; height:1px; background:#fff; margin:0 0 5px;}
.lyFoot .lyFoot_tit em{ display:inline-block; width:25px; height:1px; background:#19a14f;margin:0 20px 5px 0;}
.lyFootewm_list .lyFootewm_img{ width:168px; float:left; position:relative;}
.lyFootewm_list .lyFootewm_img img{ width:160px;}
.lyFootewm_list .lyFootewm_Part{ display:none;}
.lyFootewm_list .lyFootewm_Part.on{ display:block;}
.lyFootewm_list .lyFootewm_Part i { background:url(../images/ewm_jt.png) no-repeat top right; width:8px; height:15px; display:block; position:absolute; right:0; top:15px;}
.lyFootewm_list .lyFootewm_Part2 i{top:70px;}
.lyFootewm_list .lyFootewm_Part3 i{top:inherit; bottom:15px;}
.lyFootewm_list .lyFootewm_tit{width: calc(100% - 184px); float:right;}
.lyFootewm_list .lyFootewm_tit span{ display:block; width:100%; height:46px; line-height:46px; text-align:center; background:#4e4e4e;border-radius:30px; font-size:16px; color:#fff; margin-bottom:12px; cursor:pointer;}
.lyFootewm_list .lyFootewm_tit span i{ width:24px; height:24px; display:inline-block; overflow:hidden; position:relative; margin:0 15px -7px 0;}
.lyFootewm_list .lyFootewm_tit span i img{ display:block; position:absolute; left:0; bottom:0; width:100%;}
.lyFootewm_list .lyFootewm_tit span.on{background:#fff; color:#666; }
.lyFootewm_list .lyFootewm_tit span.on i img{ bottom:inherit; top:0;}

.lyFoot .lyFoot_nav{ width:60%; float:right;}
.lyFoot .lyFoot_nav ul li{ width:40%; float:left; }
.lyFoot .lyFoot_nav ul li .lyFoot_tit{margin-bottom:30px;}
.lyFoot .lyFoot_nav ul li:last-child{ width:20%; float:right;}
.lyFoot .lyFoot_nav ul li p{ font-size:15px; height:40px; line-height:40px;padding:0 30px 0 70px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.lyFoot .lyFoot_nav ul li p a{ display:block; color:rgba(255,255,255,0.6);overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.lyFoot .lyFoot_nav ul li p a:hover{ color:#19a14f;}
.lyFoot .lyFoot_Copy { width: 100%; padding: 40px 0; overflow: hidden; border-top: 1px solid rgba(255,255,255,0.1); font-size: 16px; color: #999; }
.lyFoot .lyFoot_Copy a { color: #999; }
.lyFoot .lyFoot_Copy a:hover { color: #19a14f; }
.lyFoot_Copy .Copy_l { width: 50%; float: left; }
.lyFoot_Copy .Copy_r { float: right; }
@media (max-width:1680px) {

}

@media (max-width:1600px) {

}

@media (max-width:1560px) {

}

@media (max-width:1440px) {
.lyFoot .lyFoot_Main{ padding:60px 0;}
.lyFoot .lyFoot_tit{ font-size:18px; margin-bottom:35px;}
.lyFoot .lyFoot_tit i,.lyFoot .lyFoot_tit em{ width:23px;}
.lyFoot .lyFoot_ewm{ width:27%;}
.lyFootewm_list .lyFootewm_img{ width:162px;}
.lyFootewm_list .lyFootewm_img img{ width:155px;}
.lyFootewm_list .lyFootewm_tit {width: calc(100% - 180px);}
.lyFootewm_list .lyFootewm_tit span{ margin-bottom:9px;font-size:15px;}
.lyFootewm_list .lyFootewm_tit span i{ width:22px; height:22px; margin: 0 12px -6px 0;}
.lyFoot .lyFoot_nav ul li .lyFoot_tit{ margin-bottom:25px;}
.lyFootewm_list .lyFootewm_Part i{ top:14px;}
.lyFootewm_list .lyFootewm_Part2 i{ top:66px;}
.lyFootewm_list .lyFootewm_Part3 i{ top:inherit;bottom:17px;}
.lyFoot .lyFoot_Copy{ padding:35px 0; font-size:15px;}
.lyFoot .Copy_l, .lyFoot_Copy .Copy_r{ font-size:15px;}
}

@media (max-width:1366px) {
.lyFoot .lyFoot_tit{ font-size:17px; margin-bottom:32px;}
.lyFoot .lyFoot_tit i,.lyFoot .lyFoot_tit em{ width:22px;}
.lyFoot .lyFoot_ewm{ width:28%;}
.lyFootewm_list .lyFootewm_img{ width:156px;}
.lyFootewm_list .lyFootewm_img img{ width:150px;}
.lyFootewm_list .lyFootewm_tit {width: calc(100% - 170px);}
.lyFootewm_list .lyFootewm_tit span{ height:44px; line-height:44px; font-size:15px;margin-bottom:9px;}
.lyFootewm_list .lyFootewm_tit span i{ width:20px; height:20px; margin: 0 12px -6px 0;}
.lyFootewm_list .lyFootewm_Part i{ top:13px;}
.lyFootewm_list .lyFootewm_Part2 i{ top:65px;}
.lyFootewm_list .lyFootewm_Part3 i{ top:inherit;bottom:16px;}
.lyFoot .lyFoot_nav ul li .lyFoot_tit{ margin-bottom:22px;}
.lyFoot .lyFoot_nav ul li{ width:37.5%;}
.lyFoot .lyFoot_nav ul li .lyFoot_tit{ margin-bottom:18px;}
.lyFoot .lyFoot_nav ul li p{ font-size:14px; height:38px; line-height:38px; padding: 0 20px 0 65px;}
.lyFoot .lyFoot_Copy{ padding:35px 0; font-size:14px;}
.lyFoot .Copy_l, .lyFoot_Copy .Copy_r{ font-size:14px;}
}

@media (max-width:1280px) {
.lyFoot .lyFoot_ewm{ width:29%;}
}

@media (max-width:1200px) {
.lyFoot .lyFoot_Main{ padding:50px 0;}
.lyFoot .lyFoot_tit{ font-size:16px; margin-bottom:28px;}
.lyFoot .lyFoot_tit i,.lyFoot .lyFoot_tit em{ width:20px;}
.lyFoot .lyFoot_ewm{ width:30%;}
.lyFootewm_list .lyFootewm_img{ width:146px;}
.lyFootewm_list .lyFootewm_img img{ width:140px;}
.lyFootewm_list .lyFootewm_tit {width: calc(100% - 160px);}
.lyFootewm_list .lyFootewm_tit span{ height:42px; line-height:42px; font-size:14px;margin-bottom:7px;}
.lyFootewm_list .lyFootewm_tit span i{ width:20px; height:20px; margin: 0 12px -6px 0;}
.lyFootewm_list .lyFootewm_Part i{ top:12px;}
.lyFootewm_list .lyFootewm_Part2 i{ top:58px;}
.lyFootewm_list .lyFootewm_Part3 i{ top:inherit;bottom:15px;}
.lyFoot .lyFoot_nav ul li{ width:37.5%;}
.lyFoot .lyFoot_nav ul li .lyFoot_tit{ margin-bottom:18px;}
.lyFoot .lyFoot_nav ul li p{ font-size:14px; height:37px; line-height:37px; padding: 0 20px 0 60px;}
.lyFoot .lyFoot_nav ul li:last-child{ width:25%;}
.lyFoot .lyFoot_Copy{ padding:30px 0; font-size:14px;}
.lyFoot .Copy_l, .lyFoot_Copy .Copy_r{ font-size:14px;}
}

@media (max-width:1080px) {
.lyFoot .lyFoot_ewm{ width:32%;}
}

@media (max-width:1024px) {
.lyFoot .lyFoot_Main{ padding:40px 0;}
.lyFoot .lyFoot_tit{ font-size:16px; margin-bottom:25px;}
.lyFoot .lyFoot_tit i,.lyFoot .lyFoot_tit em{ width:20px;}
.lyFoot .lyFoot_ewm{ width:32%;}
.lyFootewm_list .lyFootewm_img{ width:136px;}
.lyFootewm_list .lyFootewm_img img{ width:130px;}
.lyFootewm_list .lyFootewm_tit {width: calc(100% - 150px);}
.lyFootewm_list .lyFootewm_tit span{ height:40px; line-height:40px; font-size:14px; margin-bottom:7px;}
.lyFootewm_list .lyFootewm_tit span i{ width:20px; height:20px; margin: 0 10px -6px 0;}
.lyFoot .lyFoot_nav ul li .lyFoot_tit{ margin-bottom:15px;}
.lyFootewm_list .lyFootewm_Part i{ top:9px;}
.lyFootewm_list .lyFootewm_Part2 i{ top:58px;}
.lyFootewm_list .lyFootewm_Part3 i{ top:inherit;bottom:11px;}
.lyFoot .lyFoot_nav ul li{ width:37.5%;}
.lyFoot .lyFoot_nav ul li .lyFoot_tit{ margin-bottom:15px;}
.lyFoot .lyFoot_nav ul li p{ font-size:14px; height:35px; line-height:35px; padding: 0 20px 0 60px;}
.lyFoot .lyFoot_nav ul li:last-child{ width:25%;}
.lyFoot .lyFoot_Copy { padding: 25px 0; font-size:14px;}
.lyFoot .Copy_l, .lyFoot_Copy .Copy_r{ font-size:14px;}
}

@media (max-width:920px) {
.lyFoot .lyFoot_ewm{ width:35%;}
.lyFootewm_list .lyFootewm_img{ width:125px;}
.lyFootewm_list .lyFootewm_img img{ width:120px;}
.lyFootewm_list .lyFootewm_tit span{ height:35px; line-height:35px; font-size:13px;}
.lyFootewm_list .lyFootewm_tit span i{ width:18px; height:18px; margin: 0 9px -4px 0;}
.lyFootewm_list .lyFootewm_tit {width: calc(100% - 138px);}
.lyFootewm_list .lyFootewm_Part2 i{ top:51px;}
.lyFoot .lyFoot_nav ul li p{ font-size:13px;}
.lyFoot .lyFoot_Copy { padding: 20px 0;font-size: 13px; }
.lyFoot .Copy_l, .lyFoot_Copy .Copy_r { width: 100%; font-size: 13px; line-height: 28px; }
.lyFoot .lyFoot_nav ul li{ width:36%;}
.lyFoot .lyFoot_nav ul li:last-child{ width:28%;}
}

@media (max-width:820px) {
.lyFoot .lyFoot_Main{ padding:30px 0;}
.lyFoot .lyFoot_tit{ font-size:16px; margin-bottom:20px;}
.lyFoot .lyFoot_nav{ display:none;}
.lyFoot .lyFoot_ewm{ width:44%; text-align:center; margin:0 auto; float:none;}
.lyFootewm_list .lyFootewm_img{ width:155px;}
.lyFootewm_list .lyFootewm_img img{ width:140px;}
.lyFootewm_list .lyFootewm_tit span{ height:40px; line-height:40px; font-size:14px; margin-bottom:9px;}
.lyFootewm_list .lyFootewm_tit {width: calc(100% - 175px); text-align:left;}
.lyFootewm_list .lyFootewm_Part i{ top:13px;}
.lyFootewm_list .lyFootewm_Part2 i{ top:60px;}
.lyFootewm_list .lyFootewm_Part3 i{ top:inherit;bottom:16px;}
.lyFoot .lyFoot_Copy { padding: 20px 0; text-align:center; }
.lyFoot .Copy_l, .lyFoot_Copy .Copy_r {line-height: 25px; }
}

@media (max-width:767px) {
.lyFoot{background:url(../images/Foot_Bg1.png) no-repeat; }
.lyFoot .lyFoot_Main{ padding:25px 0;}
.lyFoot .lyFoot_tit{ font-size:15px; margin-bottom:15px;}
.lyFoot .lyFoot_nav{ display:none;}
.lyFoot .lyFoot_ewm{ width:45%; text-align:center; margin:0 auto; float:none;}
.lyFootewm_list .lyFootewm_img{ width:140px;}
.lyFootewm_list .lyFootewm_img img{ width:130px;}
.lyFootewm_list .lyFootewm_tit span{ height:38px; line-height:38px; font-size:14px;margin-bottom:7px;}
.lyFootewm_list .lyFootewm_tit {width: calc(100% - 155px); }
.lyFootewm_list .lyFootewm_Part i{ top:11px;}
.lyFootewm_list .lyFootewm_Part2 i{ top:54px;}
.lyFootewm_list .lyFootewm_Part3 i{ top:inherit;bottom:14px;}
.lyFoot .lyFoot_Copy { padding: 15px 0; }
}
@media (max-width:700px) {
.lyFoot .lyFoot_ewm{ width:50%;}
}
@media (max-width:650px) {
.lyFoot .lyFoot_ewm{ width:55%;}
}
@media (max-width:600px) {
.lyFoot .lyFoot_ewm{ width:62%;}
}
@media (max-width:520px) {
.lyFoot .lyFoot_ewm{ width:70%;}
}

@media (max-width:450px) {
.lyFoot .lyFoot_ewm{ width:80%;}
}

@media (max-width:375px) {
.lyFoot .lyFoot_ewm{ width:95%;}
}
@media (max-width:320px) {
.lyFoot .lyFoot_ewm{ width:100%;}
}

@media (max-width:280px) {
.lyFoot .lyFoot_Main{ padding:20px 0;}
.lyFootewm_list .lyFootewm_img{ width:130px;}
.lyFootewm_list .lyFootewm_img img{ width:120px;}
.lyFootewm_list .lyFootewm_tit span{ height:36px; line-height:36px; font-size:13px;}
.lyFootewm_list .lyFootewm_tit {width: calc(100% - 140px);}
.lyFootewm_list .lyFootewm_Part i{ top:9px;}
.lyFootewm_list .lyFootewm_Part2 i{ top:50px;}
.lyFootewm_list .lyFootewm_Part3 i{ bottom:10px; top:inherit;}
}

/*底部 结束*/


/*在线客服*/
.kfView4{background-color: #19a14f;border: 2px solid #1fb159;position: fixed;width: 80px;top:20%;right: 10px;text-align: center;display: block;-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.1);box-shadow: 0 6px 12px rgba(0,0,0,0.1);border-radius: 0 0 8px 8px;font-size: 12px;z-index: 99999;}
.kfView4 ul{margin: 0;padding-top: 45px;color:#fff;}
.kfView4 ul li{position: relative;}
.kfView4 ul li a{display: block;color: #FFF;text-decoration: none;overflow: hidden;height: auto;width: 100%;padding: 43px 0 12px; background: url(../images/kefu-tb.png) no-repeat top center;}
.kfView4 ul li a:hover{background-color: #1fb159;}
.kfView4 a.kefu-lx{background-image: url(../images/kefu.png);background-repeat: no-repeat;background-position: center top;position: absolute;top: -40px;text-indent: -9999px;height: 80px;width: 80px;z-index: 999999;left: 0px;border-width: 0;overflow: hidden}
.kfView4 a.kefu-lx:hover{background-color: rgba(255,255,255,0)}
.kfView4 ul li a.kf{display: block;padding: 10px 0}
.kfView4 ul li a.kefu-tel{background-position: center -79px}
.kfView4 ul li a.kefu-qq{background-position: center -150px}
.kfView4 ul li a.kefu-wx{background-position: center -220px}
.kfView4 ul li a.kefu_bottom{background-position: center -288px;padding: 30px 0 10px 0;border-radius: 0 0 8px 8px}
.kfView4 ul li a.kefu_top{background-position: center -15px;padding: 30px 0 10px 0}
.kfView4:hover ul li a{display: block}
.kfView4 ul li p{ position: absolute; top:-79px; right: 82px; width:0; padding: 0 ; font-size: 14px; line-height: 24px; text-align: left; color:#fff; background: #19a14f; display: block; opacity: 0;transition: all .4s ease-in-out .1s;overflow: hidden;z-index: 201;}
.kfView4 ul li:nth-of-type(2) p{ top:0;}
.kfView4 ul li:hover p{ width:150px; padding:15px; opacity: 1;}
.kfView4 ul li .wechat p {}
/*在线客服*/
@media (max-width:800px) {
	.kfView4 { width:60px; border-radius:8px; right:2px;}
	.kfView4 a.kefu-lx { display:none;}
	.kfView4 ul { padding:0;}
	.kfView4 ul li:nth-child(3){ display:none;}
	.kfView4 ul li p { display:none!important;}
	.kfView4 ul li a { font-size:12px;}
}
@media (max-width: 767px) {
	
	#KFRightScreen { display:none!important;}
}





